home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
stk110
/
smp.com
/
HOURGLAS.SMP
< prev
next >
Wrap
Text File
|
1990-09-22
|
541b
|
16 lines
/* SMP1 Sprite shape and mask bitmaps created by the SPRED */
#define hourglas_width 16
#define hourglas_height 16
unsigned char hourglas_shape[] = {
0x00,0x00,0x7F,0xFC,0x3F,0xF8,0x10,0x10,0x10,0x10,0x08,0x20,
0x04,0x40,0x02,0x80,0x02,0x80,0x04,0x40,0x09,0x20,0x13,0x90,
0x17,0xD0,0x3F,0xF8,0x7F,0xFC,0x00,0x00,
};
unsigned char hourglas_mask[] = {
0x00,0x01,0x00,0x01,0x80,0x03,0xC0,0x07,0xC0,0x07,0xE0,0x0F,
0xF0,0x1F,0xF8,0x3F,0xF8,0x3F,0xF0,0x1F,0xE0,0x0F,0xC0,0x07,
0xC0,0x07,0x80,0x03,0x00,0x01,0x00,0x01,
};